summaryrefslogtreecommitdiffstats
path: root/tdeui/tests/kxmlguitest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tdeui/tests/kxmlguitest.cpp')
-rw-r--r--tdeui/tests/kxmlguitest.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tdeui/tests/kxmlguitest.cpp b/tdeui/tests/kxmlguitest.cpp
index b72e9dc68..10dbe0844 100644
--- a/tdeui/tests/kxmlguitest.cpp
+++ b/tdeui/tests/kxmlguitest.cpp
@@ -7,7 +7,7 @@
#include <tdeaction.h>
#include <kdebug.h>
#include <kstdaction.h>
-#include <kstandarddirs.h>
+#include <tdestandarddirs.h>
#include <tqlineedit.h>
#include <tqdir.h>
@@ -48,7 +48,7 @@ int main( int argc, char **argv )
Client *part = new Client;
(void)new TDEAction( "decfont", "zoom-out", 0, 0, 0, part->actionCollection(), "decFontSizes" );
- (void)new TDEAction( "sec", "unlock", Qt::ALT + Qt::Key_1, part, TQT_SLOT( slotSec() ), part->actionCollection(), "security" );
+ (void)new TDEAction( "sec", "unlock", TQt::ALT + TQt::Key_1, part, TQ_SLOT( slotSec() ), part->actionCollection(), "security" );
part->setXMLFile( "./kxmlguitest_part.rc" );