diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-01-21 13:36:07 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-02-03 22:08:22 +0900 |
| commit | bc887520bd66fadaff73be6ddf595c2def21e0ff (patch) | |
| tree | d826303f760dbe7814eab007d57fd86df6aaef37 /src/main.cpp | |
| parent | 5e62d44b6e295916277cce8e507f193f1bc82bca (diff) | |
| download | kchmviewer-bc887520bd66fadaff73be6ddf595c2def21e0ff.tar.gz kchmviewer-bc887520bd66fadaff73be6ddf595c2def21e0ff.zip | |
Use tdeApp
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.cpp b/src/main.cpp index 3bfe936..e2c00f1 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -74,12 +74,12 @@ int main( int argc, char ** argv ) // DCOP stuff KCHMDCOPIface iface; - DCOPClient *client = kapp->dcopClient(); + DCOPClient *client = tdeApp->dcopClient(); if ( !client->attach() ) tqWarning("DCOP attach failed"); - //TQCString realAppId = client->registerAs( kapp->name() ); + //TQCString realAppId = client->registerAs( tdeApp->name() ); TQCString realAppId = client->registerAs( "kchmviewer" ); #endif |
