|
|
|
mainwindowtype.h00001 //rather hackish but it'll get the job done 00002 #ifdef KDE_APP 00003 #include <kmainwindow.h> 00004 #include <qaction.h> 00005 #include <qpopupmenu.h> 00006 typedef KMainWindow MAINWINDOWTYPE; 00007 #else 00008 #include <qmainwindow.h> 00009 #include <qaction.h> 00010 #include <qmenubar.h> 00011 typedef QMainWindow MAINWINDOWTYPE; 00012 #endif |