diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-06-03 23:04:35 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-06-03 23:04:35 -0500 |
commit | 0565817bc4bac450019db3f1e7cd84e58cd03787 (patch) | |
tree | 9e207222b50221508ec1fb9767c67cb10dc13aee /src/app | |
parent | 4b89b67db803444a2dd6929c124ca08838722b19 (diff) | |
download | filelight-0565817bc4bac450019db3f1e7cd84e58cd03787.tar.gz filelight-0565817bc4bac450019db3f1e7cd84e58cd03787.zip |
Branding cleanup: KDE -> TDE
Diffstat (limited to 'src/app')
-rw-r--r-- | src/app/mainWindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 |