summaryrefslogtreecommitdiffstats
path: root/src/gvcore/imageviewcontroller.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gvcore/imageviewcontroller.h')
-rw-r--r--src/gvcore/imageviewcontroller.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/gvcore/imageviewcontroller.h b/src/gvcore/imageviewcontroller.h
index b1ac245..614df4f 100644
--- a/src/gvcore/imageviewcontroller.h
+++ b/src/gvcore/imageviewcontroller.h
@@ -33,7 +33,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
class TQPoint;
class TQWidget;
-class KToolBar;
+class TDEToolBar;
namespace Gwenview {
@@ -46,16 +46,16 @@ class LIBGWENVIEW_EXPORT ImageViewController : public TQObject {
Q_OBJECT
public:
- ImageViewController(TQWidget* parent, Document*, KActionCollection*);
+ ImageViewController(TQWidget* parent, Document*, TDEActionCollection*);
~ImageViewController();
TQWidget* widget() const;
- void setImageViewActions(const KActionPtrList&);
+ void setImageViewActions(const TDEActionPtrList&);
void setFullScreen(bool);
- void setNormalCommonActions(const KActionPtrList&);
- void setFullScreenCommonActions(const KActionPtrList&);
+ void setNormalCommonActions(const TDEActionPtrList&);
+ void setFullScreenCommonActions(const TDEActionPtrList&);
void setFocus();
protected: