summaryrefslogtreecommitdiffstats
path: root/src/webqueryciteseerx.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/webqueryciteseerx.h')
-rw-r--r--src/webqueryciteseerx.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/webqueryciteseerx.h b/src/webqueryciteseerx.h
index fad8d60..78a88f4 100644
--- a/src/webqueryciteseerx.h
+++ b/src/webqueryciteseerx.h
@@ -40,7 +40,7 @@ namespace KBibTeX
class WebQueryCiteSeerXWidget : public WebQueryWidget
{
- Q_OBJECT
+ TQ_OBJECT
public:
WebQueryCiteSeerXWidget( TQWidget *parent, const char *name = 0 );
@@ -58,7 +58,7 @@ namespace KBibTeX
class WebQueryCiteSeerX : public WebQuery
{
- Q_OBJECT
+ TQ_OBJECT
public:
@@ -132,7 +132,7 @@ namespace KBibTeX
/// List with waiting queries
std::deque<DataRequest> m_queryQueue;
- /// Pointer to QT-dialog.
+ /// Pointer to TQt dialog.
WebQueryCiteSeerXWidget *m_widget;
};