diff options
-rw-r--r-- | krename/tabs.cpp | 6 | ||||
-rw-r--r-- | krename/wizard.cpp | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/krename/tabs.cpp b/krename/tabs.cpp index 92700c1..033aa34 100644 --- a/krename/tabs.cpp +++ b/krename/tabs.cpp @@ -76,10 +76,10 @@ tabs::tabs(KRenameImpl* impl, TQRect r, TQWidget *parent, const char *name ) } else krename->setup( false ); - // Tell KStartupInfo that KRename has been loaded completly - KStartupInfoId id; + // Tell TDEStartupInfo that KRename has been loaded completly + TDEStartupInfoId id; id.initId( kapp->startupId() ); - KStartupInfo::sendFinish( id ); + TDEStartupInfo::sendFinish( id ); } tabs::~tabs() diff --git a/krename/wizard.cpp b/krename/wizard.cpp index 810a654..23712ed 100644 --- a/krename/wizard.cpp +++ b/krename/wizard.cpp @@ -53,10 +53,10 @@ wizard::wizard( KRenameImpl* impl, TQRect r, TQWidget* parent, const char* name } else krename->setup( true ); - // Tell KStartupInfo that KRename has been loaded completly - KStartupInfoId id; + // Tell TDEStartupInfo that KRename has been loaded completly + TDEStartupInfoId id; id.initId( kapp->startupId() ); - KStartupInfo::sendFinish( id ); + TDEStartupInfo::sendFinish( id ); // Disable ESC key cancelButton()->setAccel( TQKeySequence() ); |