diff options
author | Timothy Pearson <[email protected]> | 2013-02-01 14:59:52 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-01 14:59:52 -0600 |
commit | ac07ea25331f514dd2583ecc6d0051892ecac620 (patch) | |
tree | b8ad8fafb22ce0f26565d77c8ca33ade50307f51 /src/autostart.h | |
parent | cdb293e6371239f89692efac6074ab7b29008cdc (diff) | |
download | kcmautostart-ac07ea25331f514dd2583ecc6d0051892ecac620.tar.gz kcmautostart-ac07ea25331f514dd2583ecc6d0051892ecac620.zip |
Rename a number of classes to enhance compatibility with KDE4
Diffstat (limited to 'src/autostart.h')
-rw-r--r-- | src/autostart.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/autostart.h b/src/autostart.h index e7a55fb..e15e24b 100644 --- a/src/autostart.h +++ b/src/autostart.h @@ -62,7 +62,7 @@ private: TDEAboutData *myAboutData; TDEGlobalSettings *kgs; KPushButton* btnAdd; - KListView* listCMD; + TDEListView* listCMD; KPushButton* btnRemove; TQPushButton* btnProperties; TQComboBox* cmbStartOn; |