From b0e912c8b3d02a518fedda28c3180eb4794a7520 Mon Sep 17 00:00:00 2001 From: tpearson Date: Fri, 27 May 2011 23:37:00 +0000 Subject: TQt4 convert k9copy This enables compilation under both Qt3 and Qt4 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/k9copy@1233843 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- k9author/k9lvitemimport.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'k9author/k9lvitemimport.h') diff --git a/k9author/k9lvitemimport.h b/k9author/k9lvitemimport.h index 22aa3a2..2b882f1 100644 --- a/k9author/k9lvitemimport.h +++ b/k9author/k9lvitemimport.h @@ -13,17 +13,17 @@ #define K9LVITEMIMPORT_H #include "k9common.h" -#include +#include #include "k9avifile.h" #include "k9title.h" /** @author Jean-Michel PETIT */ -class k9LvItemImport: public QListViewItem { +class k9LvItemImport: public TQListViewItem { public: enum eObjectType {ROOT,TITLE,CHAPTER}; - k9LvItemImport( QListViewItem *parent,eObjectType _objectType); + k9LvItemImport( TQListViewItem *tqparent,eObjectType _objectType); ~k9LvItemImport(); virtual int rtti () const; eObjectType getObjectType() { return m_objectType;}; @@ -33,7 +33,7 @@ public: void setTitle(k9Title* _value); k9Title* getTitle() const { return m_title;} - virtual int compare (QListViewItem *i,int col,bool ascending) const; + virtual int compare (TQListViewItem *i,int col,bool ascending) const; private: eObjectType m_objectType; k9AviFile *m_aviFile; -- cgit v1.2.1