summaryrefslogtreecommitdiffstats
path: root/kdeui/tests/kedittest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kdeui/tests/kedittest.cpp')
-rw-r--r--kdeui/tests/kedittest.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kdeui/tests/kedittest.cpp b/kdeui/tests/kedittest.cpp
index 271923e18..17a593e74 100644
--- a/kdeui/tests/kedittest.cpp
+++ b/kdeui/tests/kedittest.cpp
@@ -1,12 +1,12 @@
#include <kapplication.h>
#include <keditcl.h>
-#include <qpopupmenu.h>
+#include <tqpopupmenu.h>
int main( int argc, char **argv )
{
KApplication app( argc, argv, "kedittest" );
KEdit *edit = new KEdit( 0L );
- QPopupMenu *pop = new QPopupMenu( 0L );
+ TQPopupMenu *pop = new TQPopupMenu( 0L );
pop->insertItem( "Popupmenu item" );
edit->installRBPopup( pop );
edit->show();