From b1960071ca0d9303610b4afd8c07afdf1f091756 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 2 Apr 2011 22:53:34 +0000 Subject: Convert remainder of kdelibs to use currently defined tqt object name defs This might fix the kio ssl problem git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1226906 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kdecore/kconfig_compiler/kconfig_compiler.cpp | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'kdecore/kconfig_compiler/kconfig_compiler.cpp') diff --git a/kdecore/kconfig_compiler/kconfig_compiler.cpp b/kdecore/kconfig_compiler/kconfig_compiler.cpp index 434208b70..fd2cbc405 100644 --- a/kdecore/kconfig_compiler/kconfig_compiler.cpp +++ b/kdecore/kconfig_compiler/kconfig_compiler.cpp @@ -628,7 +628,7 @@ TQString param( const TQString &type ) else if ( type == "Password" ) return "const TQString &"; else { kdError() <<"kconfig_compiler does not support type \""<< type <<"\""<"; else if ( type == "Enum" ) return "int"; - else if ( type == "Path" ) return "TQString"; - else if ( type == "PathList" ) return "TQStringList"; - else if ( type == "Password" ) return "TQString"; + else if ( type == "Path" ) return TQSTRING_OBJECT_NAME_STRING; + else if ( type == "PathList" ) return TQSTRINGLIST_OBJECT_NAME_STRING; + else if ( type == "Password" ) return TQSTRING_OBJECT_NAME_STRING; else { kdError()<<"kconfig_compiler does not support type \""<< type <<"\""<