summaryrefslogtreecommitdiffstats
path: root/kget/tdemainwidget.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kget/tdemainwidget.cpp')
-rw-r--r--kget/tdemainwidget.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/kget/tdemainwidget.cpp b/kget/tdemainwidget.cpp
index 4e852c66..3306680a 100644
--- a/kget/tdemainwidget.cpp
+++ b/kget/tdemainwidget.cpp
@@ -1,5 +1,5 @@
/***************************************************************************
-* kmainwidget.cpp
+* tdemainwidget.cpp
* -------------------
*
* begin : Tue Jan 29 2002
@@ -75,7 +75,7 @@
#include "settings.h"
#include "transfer.h"
#include "transferlist.h"
-#include "kmainwidget.h"
+#include "tdemainwidget.h"
#include "tdefileio.h"
#include "dlgPreferences.h"
#include "logwindow.h"
@@ -99,7 +99,7 @@ struct KURLPair
KURL src;
};
-TDEMainWidget *kmain = 0L;
+TDEMainWidget *tdemain = 0L;
#define LOAD_ICON(X) TDEGlobal::iconLoader()->loadIcon(X, KIcon::MainToolbar)
@@ -139,7 +139,7 @@ TDEMainWidget::TDEMainWidget(bool bStartDocked)
b_viewPreferences = FALSE;
myTransferList = 0L;
- kmain = this;
+ tdemain = this;
// Set log time, needed for the name of log file
TQDate date = TQDateTime::currentDateTime().date();
@@ -2545,4 +2545,4 @@ void TDEMainWidget::slotShowMenubar()
menuBar()->hide();
}
-#include "kmainwidget.moc"
+#include "tdemainwidget.moc"