From 0565817bc4bac450019db3f1e7cd84e58cd03787 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Sun, 3 Jun 2012 23:04:35 -0500 Subject: Branding cleanup: KDE -> TDE --- src/app/mainWindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/app') diff --git a/src/app/mainWindow.cpp b/src/app/mainWindow.cpp index ca6b0c7..b95dcd8 100644 --- a/src/app/mainWindow.cpp +++ b/src/app/mainWindow.cpp @@ -37,7 +37,7 @@ MainWindow::MainWindow() KLibFactory *factory = KLibLoader::self()->factory( "libfilelight" ); if (!factory) { - KMessageBox::error( this, i18n("KDE could not find the Filelight Part, or the Filelight Part could not be started. Did you make install?") ); + KMessageBox::error( this, i18n("TDE could not find the Filelight Part, or the Filelight Part could not be started. Did you make install?") ); //exit() seems to not exist inside the std namespace for some users! using namespace std; exit( 1 ); //don't use TQApplication::exit() - it causes a crash -- cgit v1.2.1