diff options
Diffstat (limited to 'tdefile-plugins/pcx')
-rw-r--r-- | tdefile-plugins/pcx/tdefile_pcx.cpp | 4 | ||||
-rw-r--r-- | tdefile-plugins/pcx/tdefile_pcx.h | 6 |
2 files changed, 1 insertions, 9 deletions
diff --git a/tdefile-plugins/pcx/tdefile_pcx.cpp b/tdefile-plugins/pcx/tdefile_pcx.cpp index 2c4047a6..9ef2ed25 100644 --- a/tdefile-plugins/pcx/tdefile_pcx.cpp +++ b/tdefile-plugins/pcx/tdefile_pcx.cpp @@ -116,7 +116,3 @@ bool KPcxPlugin::readInfo( KFileMetaInfo& info, uint ) } #include "tdefile_pcx.moc" - -/* vim: et sw=2 ts=2 -*/ - diff --git a/tdefile-plugins/pcx/tdefile_pcx.h b/tdefile-plugins/pcx/tdefile_pcx.h index c8e0726e..195e82ec 100644 --- a/tdefile-plugins/pcx/tdefile_pcx.h +++ b/tdefile-plugins/pcx/tdefile_pcx.h @@ -72,7 +72,7 @@ struct PCXHEADER class KPcxPlugin: public KFilePlugin { - Q_OBJECT + TQ_OBJECT public: @@ -83,7 +83,3 @@ private: }; #endif - -/* vim: et sw=2 ts=2 -*/ - |