Use proper TQt headers

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/11/head
Michele Calgaro 4 months ago
parent f6001a4d02
commit d86e9cf92b
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -7,8 +7,8 @@
*/ */
#include "kbiff.h" #include "kbiff.h"
#include "kbiff.moc" #include "kbiff.moc"
#include <ntqmovie.h> #include <tqmovie.h>
#include <ntqtooltip.h> #include <tqtooltip.h>
#include <kaudioplayer.h> #include <kaudioplayer.h>
#include <tdeconfig.h> #include <tdeconfig.h>

@ -14,7 +14,7 @@
#include <config.h> #include <config.h>
#endif #endif
#include <ntqptrlist.h> #include <tqptrlist.h>
#include <kbiffmonitor.h> #include <kbiffmonitor.h>
#include <setupdlg.h> #include <setupdlg.h>
@ -22,8 +22,8 @@
#include <kbiffurl.h> #include <kbiffurl.h>
#include <kapp.h> #include <kapp.h>
#include <ntqlabel.h> #include <tqlabel.h>
#include <ntqtimer.h> #include <tqtimer.h>
#include <notify.h> #include <notify.h>
#include <status.h> #include <status.h>

@ -36,7 +36,7 @@
#ifndef _KBIFFCODEC_H #ifndef _KBIFFCODEC_H
#define _KBIFFCODEC_H #define _KBIFFCODEC_H
#include <ntqstring.h> #include <tqstring.h>
class KBiffCodecs class KBiffCodecs
{ {

@ -10,7 +10,7 @@
#include "kbiffcrypt.h" #include "kbiffcrypt.h"
#include <kmdcodec.h> #include <kmdcodec.h>
#include <ntqcstring.h> #include <tqcstring.h>
TQString KBiffCrypt::hmac_md5(const TQString& text, const TQString& k) TQString KBiffCrypt::hmac_md5(const TQString& text, const TQString& k)
{ {

@ -8,7 +8,7 @@
#ifndef KBIFFCRYPT_H #ifndef KBIFFCRYPT_H
#define KBIFFCRYPT_H #define KBIFFCRYPT_H
#include <ntqstring.h> #include <tqstring.h>
/** /**
* @brief Useful cryptographic functions for secure authentication * @brief Useful cryptographic functions for secure authentication

@ -35,11 +35,11 @@
#include <kbiffurl.h> #include <kbiffurl.h>
#include <kdebug.h> #include <kdebug.h>
#include <ntqapplication.h> #include <tqapplication.h>
#include <ntqstring.h> #include <tqstring.h>
#include <ntqregexp.h> #include <tqregexp.h>
#include <ntqdir.h> #include <tqdir.h>
#include <ntqdatetime.h> #include <tqdatetime.h>
#include <ksimpleconfig.h> #include <ksimpleconfig.h>
// Needed for CRAM-MD5 and APOP // Needed for CRAM-MD5 and APOP

@ -17,9 +17,9 @@
#include <sys/time.h> #include <sys/time.h>
#include <ntqobject.h> #include <tqobject.h>
#include <ntqptrlist.h> #include <tqptrlist.h>
#include <ntqfileinfo.h> #include <tqfileinfo.h>
#ifdef USE_SSL #ifdef USE_SSL
#include <kssl.h> #include <kssl.h>

@ -8,10 +8,10 @@
#include "notify.h" #include "notify.h"
#include "notify.moc" #include "notify.moc"
#include <ntqlayout.h> #include <tqlayout.h>
#include <ntqlabel.h> #include <tqlabel.h>
#include <ntqpixmap.h> #include <tqpixmap.h>
#include <ntqpushbutton.h> #include <tqpushbutton.h>
#include <kapp.h> #include <kapp.h>
#include <tdeglobal.h> #include <tdeglobal.h>

@ -14,8 +14,8 @@
#include <config.h> #include <config.h>
#endif #endif
#include <ntqdialog.h> #include <tqdialog.h>
#include <ntqstring.h> #include <tqstring.h>
class TQLabel; class TQLabel;

@ -8,25 +8,25 @@
#include "setupdlg.h" #include "setupdlg.h"
#include "setupdlg.moc" #include "setupdlg.moc"
#include <ntqgroupbox.h> #include <tqgroupbox.h>
#include <ntqfileinfo.h> #include <tqfileinfo.h>
#include <ntqlineedit.h> #include <tqlineedit.h>
#include <ntqcheckbox.h> #include <tqcheckbox.h>
#include <ntqpushbutton.h> #include <tqpushbutton.h>
#include <ntqcombobox.h> #include <tqcombobox.h>
#include <ntqheader.h> #include <tqheader.h>
#include <ntqtabwidget.h> #include <tqtabwidget.h>
#include <ntqpixmap.h> #include <tqpixmap.h>
#include <ntqfont.h> #include <tqfont.h>
#include <ntqlabel.h> #include <tqlabel.h>
#include <ntqstrlist.h> #include <tqstrlist.h>
#include <ntqlayout.h> #include <tqlayout.h>
#include <ntqtooltip.h> #include <tqtooltip.h>
#include <ntqdict.h> #include <tqdict.h>
#include <ntqptrlist.h> #include <tqptrlist.h>
#include <ntqwhatsthis.h> #include <tqwhatsthis.h>
#include <ntqstylesheet.h> #include <tqstylesheet.h>
#include <kaudioplayer.h> #include <kaudioplayer.h>
#include <tdemessagebox.h> #include <tdemessagebox.h>

@ -16,12 +16,12 @@
#include <kbiffurl.h> #include <kbiffurl.h>
#include <ntqlistview.h> #include <tqlistview.h>
#include <ntqwidget.h> #include <tqwidget.h>
#include <kdialog.h> #include <kdialog.h>
#include <ntqdict.h> #include <tqdict.h>
#include <ntqlineedit.h> #include <tqlineedit.h>
class TQLineEdit; class TQLineEdit;
class TQCheckBox; class TQCheckBox;

@ -11,15 +11,15 @@
#include <kapp.h> #include <kapp.h>
#include <tdelocale.h> #include <tdelocale.h>
#include <ntqdesktopwidget.h> #include <tqdesktopwidget.h>
#include <ntqpoint.h> #include <tqpoint.h>
#include <ntqrect.h> #include <tqrect.h>
#include <ntqheader.h> #include <tqheader.h>
#include <ntqlabel.h> #include <tqlabel.h>
#include <ntqlayout.h> #include <tqlayout.h>
#include <ntqlistview.h> #include <tqlistview.h>
#include <ntqpoint.h> #include <tqpoint.h>
KBiffStatus::KBiffStatus(TQWidget *parent_, const TQString& profile, const KBiffStatusList& list) KBiffStatus::KBiffStatus(TQWidget *parent_, const TQString& profile, const KBiffStatusList& list)
: TQFrame(parent_, 0, WType_Popup), : TQFrame(parent_, 0, WType_Popup),

@ -14,9 +14,9 @@
#include <config.h> #include <config.h>
#endif #endif
#include <ntqframe.h> #include <tqframe.h>
#include <ntqptrlist.h> #include <tqptrlist.h>
#include <ntqstring.h> #include <tqstring.h>
class TQListView; class TQListView;
class TQPoint; class TQPoint;

Loading…
Cancel
Save