diff options
author | Timothy Pearson <[email protected]> | 2012-03-01 13:18:52 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-03-01 13:18:52 -0600 |
commit | ebabab113252ed75baf5c8181937f14c55a8886b (patch) | |
tree | 54cd41c7941b9f4df75f4017d7cab61a63b8d74c /src/main.cpp | |
parent | a06972de3036b2c2cc2b49a6a100cede2358541f (diff) | |
download | kchmviewer-ebabab113252ed75baf5c8181937f14c55a8886b.tar.gz kchmviewer-ebabab113252ed75baf5c8181937f14c55a8886b.zip |
Rename additional global TQt functions
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 2 |
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" ); |