diff options
Diffstat (limited to 'kooka/kookapref.h')
-rw-r--r-- | kooka/kookapref.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kooka/kookapref.h b/kooka/kookapref.h index d57d3ff2..be7954c1 100644 --- a/kooka/kookapref.h +++ b/kooka/kookapref.h @@ -29,7 +29,7 @@ #include <kdialogbase.h> #include <tqframe.h> -class KConfig; +class TDEConfig; class TQLabel; class KIntNumInput; class KColorButton; @@ -78,7 +78,7 @@ private: TQCheckBox *cbSkipFormatAsk; TQCheckBox *cbFilenameAsk; TQCheckBox *cbShowScannerSelection; - KConfig *konf; + TDEConfig *konf; TQCheckBox *cbReadStartupImage; KIntNumInput *m_thumbWidth; |