From 93943a849d1abc2003ceefe294dc419b9927f7d0 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 31 Jan 2013 21:49:59 -0600 Subject: Rename KStartup for enhanced compatibility with KDE4 --- kappfinder/toplevel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kappfinder') diff --git a/kappfinder/toplevel.cpp b/kappfinder/toplevel.cpp index 931845b16..317906e95 100644 --- a/kappfinder/toplevel.cpp +++ b/kappfinder/toplevel.cpp @@ -102,7 +102,7 @@ TopLevel::TopLevel( const TQString &destDir, TQWidget *parent, const char *name mDestDir = destDir; mDestDir = mDestDir.replace( TQRegExp( "^~/" ), TQDir::homeDirPath() + "/" ); - KStartupInfo::appStarted(); + TDEStartupInfo::appStarted(); TQAccel *accel = new TQAccel( this ); accel->connectItem( accel->insertItem( Key_Q + CTRL ), kapp, TQT_SLOT( quit() ) ); -- cgit v1.2.1