Home

Download

Features

Screenshots

Handbook

Browse Source

Authors

SourceForge.net Logo
Hosted by SourceForge.net

OSI Certified


Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   Related Pages   Search  

mainwindowtype.h

00001 //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