]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/columnviewsettingspage.h
SVN_SILENT made messages (.desktop file)
[dolphin.git] / src / columnviewsettingspage.h
index a797a570514a731d29d7c910769022652157dbb2..5e16dc67bc47bfb4f4e83e051380212f4f06f2af 100644 (file)
@@ -25,7 +25,7 @@
 class DolphinMainWindow;
 class DolphinFontRequester;
 class IconSizeGroupBox;
-class QComboBox;
+class KComboBox;
 
 /**
  * @brief Represents the page from the Dolphin Settings which allows
@@ -55,7 +55,7 @@ private:
 private:
     IconSizeGroupBox* m_iconSizeGroupBox;
     DolphinFontRequester* m_fontRequester;
-    QComboBox* m_textWidthBox;
+    KComboBox* m_textWidthBox;
 };
 
 #endif