summaryrefslogtreecommitdiffstats
path: root/src/fileimporter.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fileimporter.h')
-rw-r--r--src/fileimporter.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fileimporter.h b/src/fileimporter.h
index e18425e..c6f00e4 100644
--- a/src/fileimporter.h
+++ b/src/fileimporter.h
@@ -34,7 +34,7 @@ namespace BibTeX
*/
class FileImporter : public TQObject
{
- Q_OBJECT
+ TQ_OBJECT
public:
FileImporter();
~FileImporter();
@@ -44,7 +44,7 @@ namespace BibTeX
static bool guessCanDecode( const TQString & )
{
- return FALSE;
+ return false;
};
signals: