summaryrefslogtreecommitdiffstats
path: root/kdm/kfrontend/kdmconfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'kdm/kfrontend/kdmconfig.h')
-rw-r--r--kdm/kfrontend/kdmconfig.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/kdm/kfrontend/kdmconfig.h b/kdm/kfrontend/kdmconfig.h
index 3077a2ce0..f5420bcc4 100644
--- a/kdm/kfrontend/kdmconfig.h
+++ b/kdm/kfrontend/kdmconfig.h
@@ -32,11 +32,11 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#ifdef __cplusplus
-#include <qstring.h>
-#include <qstringlist.h>
-#include <qfont.h>
+#include <tqstring.h>
+#include <tqstringlist.h>
+#include <tqfont.h>
-extern QString _stsFile;
+extern TQString _stsFile;
extern bool _isLocal;
extern bool _authorized;
@@ -44,7 +44,7 @@ CONF_GREET_CPP_DECLS
// this file happens to be included everywhere, so just put it here
struct dpySpec;
-void decodeSess( dpySpec *sess, QString &user, QString &loc );
+void decodeSess( dpySpec *sess, TQString &user, TQString &loc );
extern "C"
#endif