summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--kbiff/kbiff.cpp4
-rw-r--r--kbiff/kbiff.h6
-rw-r--r--kbiff/kbiffcodec.h2
-rw-r--r--kbiff/kbiffcrypt.cpp2
-rw-r--r--kbiff/kbiffcrypt.h2
-rw-r--r--kbiff/kbiffmonitor.cpp10
-rw-r--r--kbiff/kbiffmonitor.h6
-rw-r--r--kbiff/main.cpp2
-rw-r--r--kbiff/notify.cpp8
-rw-r--r--kbiff/notify.h4
-rw-r--r--kbiff/setupdlg.cpp38
-rw-r--r--kbiff/setupdlg.h8
-rw-r--r--kbiff/status.cpp18
-rw-r--r--kbiff/status.h6
14 files changed, 58 insertions, 58 deletions
diff --git a/kbiff/kbiff.cpp b/kbiff/kbiff.cpp
index fa5b79c..2fd2926 100644
--- a/kbiff/kbiff.cpp
+++ b/kbiff/kbiff.cpp
@@ -7,8 +7,8 @@
*/
#include "kbiff.h"
#include "kbiff.moc"
-#include <ntqmovie.h>
-#include <ntqtooltip.h>
+#include <tqmovie.h>
+#include <tqtooltip.h>
#include <kaudioplayer.h>
#include <tdeconfig.h>
diff --git a/kbiff/kbiff.h b/kbiff/kbiff.h
index d522193..09ea4fa 100644
--- a/kbiff/kbiff.h
+++ b/kbiff/kbiff.h
@@ -14,7 +14,7 @@
#include <config.h>
#endif
-#include <ntqptrlist.h>
+#include <tqptrlist.h>
#include <kbiffmonitor.h>
#include <setupdlg.h>
@@ -22,8 +22,8 @@
#include <kbiffurl.h>
#include <kapp.h>
-#include <ntqlabel.h>
-#include <ntqtimer.h>
+#include <tqlabel.h>
+#include <tqtimer.h>
#include <notify.h>
#include <status.h>
diff --git a/kbiff/kbiffcodec.h b/kbiff/kbiffcodec.h
index af2d66a..376ea90 100644
--- a/kbiff/kbiffcodec.h
+++ b/kbiff/kbiffcodec.h
@@ -36,7 +36,7 @@
#ifndef _KBIFFCODEC_H
#define _KBIFFCODEC_H
-#include <ntqstring.h>
+#include <tqstring.h>
class KBiffCodecs
{
diff --git a/kbiff/kbiffcrypt.cpp b/kbiff/kbiffcrypt.cpp
index 1634733..183c1a0 100644
--- a/kbiff/kbiffcrypt.cpp
+++ b/kbiff/kbiffcrypt.cpp
@@ -10,7 +10,7 @@
#include "kbiffcrypt.h"
#include <kmdcodec.h>
-#include <ntqcstring.h>
+#include <tqcstring.h>
TQString KBiffCrypt::hmac_md5(const TQString& text, const TQString& k)
{
diff --git a/kbiff/kbiffcrypt.h b/kbiff/kbiffcrypt.h
index 1f5bb27..142c1b3 100644
--- a/kbiff/kbiffcrypt.h
+++ b/kbiff/kbiffcrypt.h
@@ -8,7 +8,7 @@
#ifndef KBIFFCRYPT_H
#define KBIFFCRYPT_H
-#include <ntqstring.h>
+#include <tqstring.h>
/**
* @brief Useful cryptographic functions for secure authentication
diff --git a/kbiff/kbiffmonitor.cpp b/kbiff/kbiffmonitor.cpp
index 6e67bfc..33ba0bc 100644
--- a/kbiff/kbiffmonitor.cpp
+++ b/kbiff/kbiffmonitor.cpp
@@ -35,11 +35,11 @@
#include <kbiffurl.h>
#include <kdebug.h>
-#include <ntqapplication.h>
-#include <ntqstring.h>
-#include <ntqregexp.h>
-#include <ntqdir.h>
-#include <ntqdatetime.h>
+#include <tqapplication.h>
+#include <tqstring.h>
+#include <tqregexp.h>
+#include <tqdir.h>
+#include <tqdatetime.h>
#include <ksimpleconfig.h>
// Needed for CRAM-MD5 and APOP
diff --git a/kbiff/kbiffmonitor.h b/kbiff/kbiffmonitor.h
index a3c1a81..1d2b807 100644
--- a/kbiff/kbiffmonitor.h
+++ b/kbiff/kbiffmonitor.h
@@ -17,9 +17,9 @@
#include <sys/time.h>
-#include <ntqobject.h>
-#include <ntqptrlist.h>
-#include <ntqfileinfo.h>
+#include <tqobject.h>
+#include <tqptrlist.h>
+#include <tqfileinfo.h>
#ifdef USE_SSL
#include <kssl.h>
diff --git a/kbiff/main.cpp b/kbiff/main.cpp
index 0739461..c34a496 100644
--- a/kbiff/main.cpp
+++ b/kbiff/main.cpp
@@ -18,7 +18,7 @@ static TDECmdLineOptions option[] =
{ 0, 0, 0 }
};
-extern "C" KDE_EXPORT int kdemain(int argc, char *argv[])
+extern "C" TDE_EXPORT int kdemain(int argc, char *argv[])
{
TDEAboutData aboutData( "kbiff", I18N_NOOP("KBiff"),
kbiff_version, description, TDEAboutData::License_GPL,
diff --git a/kbiff/notify.cpp b/kbiff/notify.cpp
index 2c53265..f152431 100644
--- a/kbiff/notify.cpp
+++ b/kbiff/notify.cpp
@@ -8,10 +8,10 @@
#include "notify.h"
#include "notify.moc"
-#include <ntqlayout.h>
-#include <ntqlabel.h>
-#include <ntqpixmap.h>
-#include <ntqpushbutton.h>
+#include <tqlayout.h>
+#include <tqlabel.h>
+#include <tqpixmap.h>
+#include <tqpushbutton.h>
#include <kapp.h>
#include <tdeglobal.h>
diff --git a/kbiff/notify.h b/kbiff/notify.h
index 37e2df4..0f0a5bc 100644
--- a/kbiff/notify.h
+++ b/kbiff/notify.h
@@ -14,8 +14,8 @@
#include <config.h>
#endif
-#include <ntqdialog.h>
-#include <ntqstring.h>
+#include <tqdialog.h>
+#include <tqstring.h>
class TQLabel;
diff --git a/kbiff/setupdlg.cpp b/kbiff/setupdlg.cpp
index 5d74fb7..10958a5 100644
--- a/kbiff/setupdlg.cpp
+++ b/kbiff/setupdlg.cpp
@@ -8,25 +8,25 @@
#include "setupdlg.h"
#include "setupdlg.moc"
-#include <ntqgroupbox.h>
-#include <ntqfileinfo.h>
-#include <ntqlineedit.h>
-#include <ntqcheckbox.h>
-#include <ntqpushbutton.h>
-#include <ntqcombobox.h>
-#include <ntqheader.h>
-#include <ntqtabwidget.h>
-
-#include <ntqpixmap.h>
-#include <ntqfont.h>
-#include <ntqlabel.h>
-#include <ntqstrlist.h>
-#include <ntqlayout.h>
-#include <ntqtooltip.h>
-#include <ntqdict.h>
-#include <ntqptrlist.h>
-#include <ntqwhatsthis.h>
-#include <ntqstylesheet.h>
+#include <tqgroupbox.h>
+#include <tqfileinfo.h>
+#include <tqlineedit.h>
+#include <tqcheckbox.h>
+#include <tqpushbutton.h>
+#include <tqcombobox.h>
+#include <tqheader.h>
+#include <tqtabwidget.h>
+
+#include <tqpixmap.h>
+#include <tqfont.h>
+#include <tqlabel.h>
+#include <tqstrlist.h>
+#include <tqlayout.h>
+#include <tqtooltip.h>
+#include <tqdict.h>
+#include <tqptrlist.h>
+#include <tqwhatsthis.h>
+#include <tqstylesheet.h>
#include <kaudioplayer.h>
#include <tdemessagebox.h>
diff --git a/kbiff/setupdlg.h b/kbiff/setupdlg.h
index 45ee64b..b14a457 100644
--- a/kbiff/setupdlg.h
+++ b/kbiff/setupdlg.h
@@ -16,12 +16,12 @@
#include <kbiffurl.h>
-#include <ntqlistview.h>
+#include <tqlistview.h>
-#include <ntqwidget.h>
+#include <tqwidget.h>
#include <kdialog.h>
-#include <ntqdict.h>
-#include <ntqlineedit.h>
+#include <tqdict.h>
+#include <tqlineedit.h>
class TQLineEdit;
class TQCheckBox;
diff --git a/kbiff/status.cpp b/kbiff/status.cpp
index f752898..b2e3435 100644
--- a/kbiff/status.cpp
+++ b/kbiff/status.cpp
@@ -11,15 +11,15 @@
#include <kapp.h>
#include <tdelocale.h>
-#include <ntqdesktopwidget.h>
-#include <ntqpoint.h>
-#include <ntqrect.h>
-
-#include <ntqheader.h>
-#include <ntqlabel.h>
-#include <ntqlayout.h>
-#include <ntqlistview.h>
-#include <ntqpoint.h>
+#include <tqdesktopwidget.h>
+#include <tqpoint.h>
+#include <tqrect.h>
+
+#include <tqheader.h>
+#include <tqlabel.h>
+#include <tqlayout.h>
+#include <tqlistview.h>
+#include <tqpoint.h>
KBiffStatus::KBiffStatus(TQWidget *parent_, const TQString& profile, const KBiffStatusList& list)
: TQFrame(parent_, 0, WType_Popup),
diff --git a/kbiff/status.h b/kbiff/status.h
index 461e932..cdbd161 100644
--- a/kbiff/status.h
+++ b/kbiff/status.h
@@ -14,9 +14,9 @@
#include <config.h>
#endif
-#include <ntqframe.h>
-#include <ntqptrlist.h>
-#include <ntqstring.h>
+#include <tqframe.h>
+#include <tqptrlist.h>
+#include <tqstring.h>
class TQListView;
class TQPoint;