Fix inadvertent "TQ" changes.

feat/lzip-support
Darrell Anderson 12 years ago
parent daa679f280
commit f7d2d05f8e

@ -1,5 +1,5 @@
#ifndef KRSTQUEEZEDTEXTLABEL_H
#define KRSTQUEEZEDTEXTLABEL_H
#ifndef KRSQUEEZEDTEXTLABEL_H
#define KRSQUEEZEDTEXTLABEL_H
#include <ksqueezedtextlabel.h>

@ -15,8 +15,8 @@
* *
***************************************************************************/
#ifndef DIRHISTORYTQUEUE_H
#define DIRHISTORYTQUEUE_H
#ifndef DIRHISTORYQUEUE_H
#define DIRHISTORYQUEUE_H
#include <tqobject.h>
#include <kurl.h>

@ -1,5 +1,5 @@
#ifndef TQUEUE_H
#define TQUEUE_H
#ifndef QUEUE_H
#define QUEUE_H
#include <tqobject.h>
#include <kio/jobclasses.h>
@ -30,4 +30,4 @@ protected:
TQPtrList<KIO::Job> _jobs;
};
#endif // TQUEUE_H
#endif // QUEUE_H

@ -1,5 +1,5 @@
#ifndef TQUEUE_MGR_H
#define TQUEUE_MGR_H
#ifndef QUEUE_MGR_H
#define QUEUE_MGR_H
#include "queue.h"
#include <tqmap.h>
@ -23,4 +23,4 @@ protected:
static TQMap<TQString, Queue*> _queues;
};
#endif // TQUEUE_MGR_H
#endif // QUEUE_MGR_H

@ -1,5 +1,5 @@
#ifndef TQUEUE_WIDGET_H
#define TQUEUE_WIDGET_H
#ifndef QUEUE_WIDGET_H
#define QUEUE_WIDGET_H
#include <ktabwidget.h>
@ -12,4 +12,4 @@ public:
~QueueWidget();
};
#endif // TQUEUE_WIDGET_H
#endif // QUEUE_WIDGET_H

@ -27,8 +27,8 @@
* (at your option) any later version. *
* *
***************************************************************************/
#ifndef KRTQUERY_H
#define KRTQUERY_H
#ifndef KRQUERY_H
#define KRQUERY_H
#include <tqstringlist.h>
#include <tqdatetime.h>

Loading…
Cancel
Save