From 5e82c5964c1b4dc9c8cf3f10bbb83c34f4ec7a02 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 16 Dec 2011 09:57:54 -0600 Subject: Revert "Rename a number of old tq methods that are no longer tq specific" This reverts commit 294cdc4efac18111e879ebc5e2ca2aca1e598bbe. --- src/waconfig.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/waconfig.cpp') diff --git a/src/waconfig.cpp b/src/waconfig.cpp index 4dc5d41..bb8cc97 100644 --- a/src/waconfig.cpp +++ b/src/waconfig.cpp @@ -16,7 +16,7 @@ WAConfig *WAConfig::self() } WAConfig::WAConfig( ) - : KConfigSkeleton( TQString::fromLatin1( "wlassistantrc" ) ) + : KConfigSkeleton( TQString::tqfromLatin1( "wlassistantrc" ) ) { mSelf = this; } -- cgit v1.2.1