summaryrefslogtreecommitdiffstats
path: root/src/idsuggestionswidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/idsuggestionswidget.h')
-rw-r--r--src/idsuggestionswidget.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/idsuggestionswidget.h b/src/idsuggestionswidget.h
index 0f8b5cb..43c6794 100644
--- a/src/idsuggestionswidget.h
+++ b/src/idsuggestionswidget.h
@@ -34,7 +34,7 @@ namespace KBibTeX
{
class IdSuggestionComponent: public TQFrame
{
- Q_OBJECT
+ TQ_OBJECT
public:
IdSuggestionComponent( const TQString& title, TQWidget *parent );
virtual TQString text() const = 0;
@@ -105,7 +105,7 @@ namespace KBibTeX
class IdSuggestionsScrollView : public TQScrollView
{
- Q_OBJECT
+ TQ_OBJECT
public:
IdSuggestionsScrollView( TQWidget *parent, const char*name = NULL );
~IdSuggestionsScrollView();
@@ -124,7 +124,7 @@ namespace KBibTeX
*/
class IdSuggestionsWidget : public TQWidget
{
- Q_OBJECT
+ TQ_OBJECT
public:
~IdSuggestionsWidget();
int numComponents();