diff options
Diffstat (limited to 'tdmlib/dmctl.h')
-rw-r--r-- | tdmlib/dmctl.h | 6 |
1 files changed, 3 insertions, 3 deletions
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 |