summaryrefslogtreecommitdiffstats
path: root/tdecmshell
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-31 21:51:08 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-31 21:51:08 -0600
commit8bc199f487aad2badc9a54c2105f13fff3da7295 (patch)
treeaeab8d62a78c4a2c72a3747db8c650386d0665d9 /tdecmshell
parentd3afa6baf98ef5ac191996cc9b909ff9074c168c (diff)
downloadtdelibs-8bc199f487aad2badc9a54c2105f13fff3da7295.tar.gz
tdelibs-8bc199f487aad2badc9a54c2105f13fff3da7295.zip
Rename KStartup for enhanced compatibility with KDE4
Diffstat (limited to 'tdecmshell')
-rw-r--r--tdecmshell/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdecmshell/main.cpp b/tdecmshell/main.cpp
index 358b00ccb..3415565a8 100644
--- a/tdecmshell/main.cpp
+++ b/tdecmshell/main.cpp
@@ -152,7 +152,7 @@ void KCMShellMultiDialog::activate( TQCString asn_id )
{
kdDebug(780) << k_funcinfo << endl;
- KStartupInfo::setNewStartupId( this, asn_id );
+ TDEStartupInfo::setNewStartupId( this, asn_id );
}
void KCMShell::setDCOPName(const TQCString &dcopName, bool rootMode )