summaryrefslogtreecommitdiffstats
path: root/src/entryiconfactory.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/entryiconfactory.h')
-rw-r--r--src/entryiconfactory.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/entryiconfactory.h b/src/entryiconfactory.h
index d5461a3..4f61916 100644
--- a/src/entryiconfactory.h
+++ b/src/entryiconfactory.h
@@ -14,18 +14,18 @@
#ifndef TELLICO_ENTRYICONFACTORY_H
#define TELLICO_ENTRYICONFACTORY_H
-#include <qiconset.h>
+#include <tqiconset.h>
namespace Tellico {
/**
* @author Robby Stephenson
*/
-class EntryIconFactory : public QIconFactory {
+class EntryIconFactory : public TQIconFactory {
public:
EntryIconFactory(int size);
- virtual QPixmap* createPixmap(const QIconSet&, QIconSet::Size, QIconSet::Mode, QIconSet::State);
+ virtual TQPixmap* createPixmap(const TQIconSet&, TQIconSet::Size, TQIconSet::Mode, TQIconSet::State);
private:
int m_size;