Rename KStartup for enhanced compatibility with KDE4

pull/1/head
Timothy Pearson 12 years ago
parent 17aba9f5f5
commit 6065bc4491

@ -67,7 +67,7 @@ KSnapshot::KSnapshot(TQWidget *parent, const char *name, bool grabCurrent)
grabber->move( -1000, -1000 );
grabber->installEventFilter( this );
KStartupInfo::appStarted();
TDEStartupInfo::appStarted();
TQVBox *vbox = makeVBoxMainWidget();
mainWidget = new KSnapshotWidget( vbox, "mainWidget" );

@ -198,7 +198,7 @@ KuickShow::KuickShow( const char *name )
else { // don't show browser, when image on commandline
hide();
KStartupInfo::appStarted();
TDEStartupInfo::appStarted();
}
}

Loading…
Cancel
Save