summaryrefslogtreecommitdiffstats
path: root/src/main.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-03-01 13:18:52 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-03-01 13:18:52 -0600
commitebabab113252ed75baf5c8181937f14c55a8886b (patch)
tree54cd41c7941b9f4df75f4017d7cab61a63b8d74c /src/main.cpp
parenta06972de3036b2c2cc2b49a6a100cede2358541f (diff)
downloadkchmviewer-ebabab113252ed75baf5c8181937f14c55a8886b.tar.gz
kchmviewer-ebabab113252ed75baf5c8181937f14c55a8886b.zip
Rename additional global TQt functions
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 1d1da63..662f050 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -77,7 +77,7 @@ int main( int argc, char ** argv )
DCOPClient *client = kapp->dcopClient();
if ( !client->attach() )
- qWarning("DCOP attach failed");
+ tqWarning("DCOP attach failed");
//TQCString realAppId = client->registerAs( kapp->name() );
TQCString realAppId = client->registerAs( "kchmviewer" );