diff options
Diffstat (limited to 'tdmlib')
-rw-r--r-- | tdmlib/dmctl.cpp | 4 | ||||
-rw-r--r-- | tdmlib/dmctl.h | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/tdmlib/dmctl.cpp b/tdmlib/dmctl.cpp index 00c3cb489..6cd6f7e93 100644 --- a/tdmlib/dmctl.cpp +++ b/tdmlib/dmctl.cpp @@ -19,7 +19,7 @@ #include "dmctl.h" -#ifdef Q_WS_X11 +#ifdef TQ_WS_X11 #include <tdelocale.h> #include <dcopclient.h> @@ -531,4 +531,4 @@ DM::type() return DMType; } -#endif // Q_WS_X11 +#endif // TQ_WS_X11 diff --git a/tdmlib/dmctl.h b/tdmlib/dmctl.h index e0cdc966c..40ea95f26 100644 --- a/tdmlib/dmctl.h +++ b/tdmlib/dmctl.h @@ -32,7 +32,7 @@ struct SessEnt { typedef TQValueList<SessEnt> SessList; class DM { -#ifdef Q_WS_X11 +#ifdef TQ_WS_X11 public: @@ -77,7 +77,7 @@ private: void GDMAuthenticate(); -#else // Q_WS_X11 +#else // TQ_WS_X11 public: DM() {} @@ -100,7 +100,7 @@ public: int type() { return NoDM } -#endif // Q_WS_X11 +#endif // TQ_WS_X11 }; // class DM |