From c663b6440964f6ac48027143ac9e63298991f9d0 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:33:34 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1157639 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kdm/kfrontend/kdmconfig.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'kdm/kfrontend/kdmconfig.h') 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 -#include -#include +#include +#include +#include -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 -- cgit v1.2.1