summaryrefslogtreecommitdiffstats
path: root/kamera
diff options
context:
space:
mode:
Diffstat (limited to 'kamera')
-rw-r--r--kamera/kcontrol/kamera.cpp2
-rw-r--r--kamera/kcontrol/kamera.h4
2 files changed, 3 insertions, 3 deletions
diff --git a/kamera/kcontrol/kamera.cpp b/kamera/kcontrol/kamera.cpp
index 2af17897..4ce4271c 100644
--- a/kamera/kcontrol/kamera.cpp
+++ b/kamera/kcontrol/kamera.cpp
@@ -104,7 +104,7 @@ void KKameraConfig::displayGPSuccessDialogue(void)
m_toolbar->setMovingEnabled(false);
// create list of devices
- m_deviceSel = new KIconView(this);
+ m_deviceSel = new TDEIconView(this);
connect(m_deviceSel, TQT_SIGNAL(rightButtonClicked(TQIconViewItem *, const TQPoint &)),
TQT_SLOT(slot_deviceMenu(TQIconViewItem *, const TQPoint &)));
diff --git a/kamera/kcontrol/kamera.h b/kamera/kcontrol/kamera.h
index 38e46c10..1c4ef7a0 100644
--- a/kamera/kcontrol/kamera.h
+++ b/kamera/kcontrol/kamera.h
@@ -39,7 +39,7 @@ class TQIconViewItem;
class KCamera;
class KameraDeviceSelectDialog;
class KSimpleConfig;
-class KIconView;
+class TDEIconView;
class TDEActionCollection;
class TDEToolBar;
class TDEPopupMenu;
@@ -100,7 +100,7 @@ private:
GPContext *m_context;
// widgets for the cameras listview
- KIconView *m_deviceSel;
+ TDEIconView *m_deviceSel;
TDEActionCollection *m_actions;
TQPushButton *m_addCamera, *m_removeCamera, *m_testCamera, *m_configureCamera;
TDEToolBar *m_toolbar;