summaryrefslogtreecommitdiffstats
path: root/twin/resumer/resumer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'twin/resumer/resumer.cpp')
-rw-r--r--twin/resumer/resumer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/twin/resumer/resumer.cpp b/twin/resumer/resumer.cpp
index 0b9c199cd..96c94288d 100644
--- a/twin/resumer/resumer.cpp
+++ b/twin/resumer/resumer.cpp
@@ -48,7 +48,7 @@ int main( int argc, char* argv[] )
TDECmdLineArgs::init( argc, argv, "twin_resume_helper", I18N_NOOP( "TWin" ),
I18N_NOOP( "TWin helper utility" ), "1.0" );
TDECmdLineArgs::addCmdLineOptions( options );
- KApplication app;
+ TDEApplication app;
TDECmdLineArgs* args = TDECmdLineArgs::parsedArgs();
TQCString hostname = args->getOption( "hostname" );
bool pid_ok = false;