summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-06-03 23:04:35 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-06-03 23:04:35 -0500
commit0565817bc4bac450019db3f1e7cd84e58cd03787 (patch)
tree9e207222b50221508ec1fb9767c67cb10dc13aee /src
parent4b89b67db803444a2dd6929c124ca08838722b19 (diff)
downloadfilelight-0565817bc4bac450019db3f1e7cd84e58cd03787.tar.gz
filelight-0565817bc4bac450019db3f1e7cd84e58cd03787.zip
Branding cleanup: KDE -> TDE
Diffstat (limited to 'src')
-rw-r--r--src/app/mainWindow.cpp2
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