~ubuntu-branches/debian/jessie/qpdfview/jessie

« back to all changes in this revision

Viewing changes to sources/recentlyusedmenu.h

  • Committer: Package Import Robot
  • Author(s): Benjamin Eltzner
  • Date: 2013-04-04 14:51:58 UTC
  • mto: This revision was merged to the branch mainline in revision 11.
  • Revision ID: package-import@ubuntu.com-20130404145158-22g2noz4b8176o35
Tags: upstream-0.4.1
ImportĀ upstreamĀ versionĀ 0.4.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
2
 
3
 
Copyright 2012 Adam Reichold
 
3
Copyright 2012-2013 Adam Reichold
4
4
 
5
5
This file is part of qpdfview.
6
6
 
22
22
#ifndef RECENTLYUSEDMENU_H
23
23
#define RECENTLYUSEDMENU_H
24
24
 
25
 
#include <QtCore>
26
 
#include <QtGui>
27
 
 
28
 
#if QT_VERSION >= QT_VERSION_CHECK(5,0,0)
29
 
 
30
 
#include <QtWidgets>
31
 
 
32
 
#endif // QT_VERSION
 
25
#include <QMenu>
33
26
 
34
27
class RecentlyUsedMenu : public QMenu
35
28
{