summaryrefslogtreecommitdiffstats
path: root/klipper/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'klipper/main.cpp')
-rw-r--r--klipper/main.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/klipper/main.cpp b/klipper/main.cpp
index 0cdc73af3..4fc686f67 100644
--- a/klipper/main.cpp
+++ b/klipper/main.cpp
@@ -1,4 +1,3 @@
-// -*- Mode: C++; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 8; -*-
/* This file is part of the KDE project
Copyright (C) Andrew Stanley-Jones
@@ -30,7 +29,7 @@
#include "toplevel.h"
#include "version.h"
-#if defined Q_WS_X11
+#if defined TQ_WS_X11
#include <qxembed.h> // schroder
#endif
@@ -52,7 +51,7 @@ extern "C" int KDE_EXPORT kdemain(int argc, char *argv[])
// Make Klipper conform to freedesktop system tray standard, see
// http://bugs.kde.org/show_bug.cgi?id=69119
-#if defined Q_WS_X11 && ! defined K_WS_QTONLY
+#if defined TQ_WS_X11 && ! defined K_WS_QTONLY
QXEmbed::initialize();
#endif