Use proper TQt headers

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
master
Michele Calgaro 3 weeks ago
parent f6001a4d02
commit d86e9cf92b
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -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>

@ -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>

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

@ -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)
{

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

@ -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

@ -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>

@ -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>

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

@ -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>

@ -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;

@ -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),

@ -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;

Loading…
Cancel
Save