~ubuntu-branches/ubuntu/saucy/kvirc/saucy-proposed

« back to all changes in this revision

Viewing changes to src/modules/options/OptionsDialog.cpp

  • Committer: Package Import Robot
  • Author(s): Mark Purcell
  • Date: 2013-05-18 19:36:33 UTC
  • mfrom: (24.1.1 experimental)
  • Revision ID: package-import@ubuntu.com-20130518193633-d2caq4677ihxc93h
Tags: 4:4.2.0-2
Upload to unstable 

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
#include "KviPointerHashTable.h"
35
35
#include "KviTalVBox.h"
36
36
#include "KviTalToolTip.h"
37
 
#include "KviTalPopupMenu.h"
38
37
#include "KviTalGroupBox.h"
39
38
 
40
39
#include <QLayout>
49
48
#include <QHeaderView>
50
49
#include <QDesktopWidget>
51
50
#include <QStackedWidget>
 
51
#include <QMenu>
52
52
 
53
53
//FIXME: some headers must be hidden
54
54