summaryrefslogtreecommitdiffstats
path: root/src/fileimporterexternal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fileimporterexternal.h')
-rw-r--r--src/fileimporterexternal.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fileimporterexternal.h b/src/fileimporterexternal.h
index d91f5b6..5ace8a4 100644
--- a/src/fileimporterexternal.h
+++ b/src/fileimporterexternal.h
@@ -35,7 +35,7 @@ namespace BibTeX
*/
class FileImporterExternal : public FileImporter
{
- Q_OBJECT
+ TQ_OBJECT
public:
enum Importer {importerNone = 0, importerBibConv = 4};
@@ -46,7 +46,7 @@ namespace BibTeX
// FIXME: this is a stub:
static bool guessCanDecode( const TQString & )
{
- return TRUE;
+ return true;
};
public slots: