diff options
author | Mavridis Philippe <[email protected]> | 2021-01-13 19:34:09 +0200 |
---|---|---|
committer | Mavridis Philippe <[email protected]> | 2021-01-13 19:34:09 +0200 |
commit | 4c04a441814c7d1dda08f6075ab4e09dc05541df (patch) | |
tree | cf8a3dbd77114c416255d3995cd1b047072ef26a /src/kuarantine.h | |
parent | 357ddeb8afd82d69ef871c146f4fc8f2c67fb17e (diff) | |
download | klamav-4c04a441814c7d1dda08f6075ab4e09dc05541df.tar.gz klamav-4c04a441814c7d1dda08f6075ab4e09dc05541df.zip |
Conversion KDE3->TDE
Signed-off-by: Mavridis Philippe <[email protected]>
Diffstat (limited to 'src/kuarantine.h')
-rw-r--r-- | src/kuarantine.h | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/src/kuarantine.h b/src/kuarantine.h index 4dfc9bd..060442a 100644 --- a/src/kuarantine.h +++ b/src/kuarantine.h @@ -9,13 +9,13 @@ #include <config.h> #endif -#include <kapplication.h> -#include <kmainwindow.h> +#include <tdeapplication.h> +#include <tdemainwindow.h> class KPrinter; -class KToggleAction; +class TDEToggleAction; class KURL; class TQLineEdit; class TQComboBox; @@ -23,8 +23,8 @@ class TQCheckBox; class TQListView; class TQPushButton; class TQLabel; -class KProcess; -class KConfig; +class TDEProcess; +class TDEConfig; class KURLRequester; class TQListViewItem; @@ -74,14 +74,14 @@ protected: * This function is called when it is time for the app to save its * properties for session management purposes. */ - //void saveProperties(KConfig *); + //void saveProperties(TDEConfig *); /** - * This function is called when this app is restored. The KConfig + * This function is called when this app is restored. The TDEConfig * object points to the session management config file that was saved * with @ref saveProperties */ - //void readProperties(KConfig *); + //void readProperties(TDEConfig *); private slots: @@ -109,8 +109,8 @@ private: //KuarantineView *m_view; /* KPrinter *m_printer; - KToggleAction *m_toolbarAction; - KToggleAction *m_statusbarAction;*/ + TDEToggleAction *m_toolbarAction; + TDEToggleAction *m_statusbarAction;*/ signals: @@ -147,9 +147,9 @@ private: TQListView *historybox; TQPushButton *search_button, *cancel_button, *refresh_button, *search_button3, *cancel_button3; TQLabel *status_label, *matches_label; - KProcess *childproc; + TDEProcess *childproc; TQString buf; - KConfig* config; + TDEConfig* config; TQStringList lastQuarItems; TQStringList lastHistoryItems; TQStringList lastQuarLocations; |