summaryrefslogtreecommitdiffstats
path: root/src/gvcore/archive.h
diff options
context:
space:
mode:
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&);
}