summaryrefslogtreecommitdiffstats
path: root/src/gvcore/archive.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-05-26 21:04:57 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-05-26 21:04:57 +0000
commitbf7f88413be3831a9372d323d02fc0335b9f9188 (patch)
tree516fdef9206245b40a14f99b4e3d9ef9289196e0 /src/gvcore/archive.h
parente238aa77b1fb3c2f55aef2ef2c91ce52166d2cc8 (diff)
downloadgwenview-bf7f88413be3831a9372d323d02fc0335b9f9188.tar.gz
gwenview-bf7f88413be3831a9372d323d02fc0335b9f9188.zip
TQt4 port Gwenview
This enables compilation under both Qt3 and Qt4 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/gwenview@1233720 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'src/gvcore/archive.h')
-rw-r--r--src/gvcore/archive.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/gvcore/archive.h b/src/gvcore/archive.h
index 6e2090b..7e65c36 100644
--- a/src/gvcore/archive.h
+++ b/src/gvcore/archive.h
@@ -22,8 +22,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#ifndef ARCHIVE_H
#define ARCHIVE_H
-// Qt includes
-#include <qstringlist.h>
+// TQt includes
+#include <tqstringlist.h>
#include "libgwenview_export.h"
class KFileItem;
namespace Gwenview {
@@ -35,9 +35,9 @@ namespace Archive {
LIBGWENVIEW_EXPORT bool fileItemIsArchive(const KFileItem*);
LIBGWENVIEW_EXPORT bool fileItemIsDirOrArchive(const KFileItem*);
-bool protocolIsArchive(const QString&);
-QStringList mimeTypes();
-QString protocolForMimeType(const QString&);
+bool protocolIsArchive(const TQString&);
+TQStringList mimeTypes();
+TQString protocolForMimeType(const TQString&);
}