diff options
Diffstat (limited to 'src/dmctl.cpp')
-rw-r--r-- | src/dmctl.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dmctl.cpp b/src/dmctl.cpp index c6d3110..29c6c8c 100644 --- a/src/dmctl.cpp +++ b/src/dmctl.cpp @@ -19,7 +19,7 @@ #include "dmctl.h" -#ifdef Q_WS_X11 +#ifdef TQ_WS_X11 #include <tdelocale.h> #include <dcopclient.h> @@ -431,4 +431,4 @@ DM::GDMAuthenticate() fclose (fp); } -#endif // Q_WS_X11 +#endif // TQ_WS_X11 |