diff options
author | Timothy Pearson <[email protected]> | 2013-01-25 00:07:07 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-25 00:07:07 -0600 |
commit | bc6bcbf49f41b6b9440f8e5afbee5c4ffea2d578 (patch) | |
tree | 69bb45993632aa4366909297ce9511fdb7296fb2 /src/autostart.h | |
parent | 38332b217c020960b6aedc1cdfc5f920ebcc49dc (diff) | |
download | kcmautostart-bc6bcbf49f41b6b9440f8e5afbee5c4ffea2d578.tar.gz kcmautostart-bc6bcbf49f41b6b9440f8e5afbee5c4ffea2d578.zip |
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts 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 34aeec0..a836951 100644 --- a/src/autostart.h +++ b/src/autostart.h @@ -33,7 +33,7 @@ #include <tqpushbutton.h> #include <tqcombobox.h> -class autostart: public KCModule +class autostart: public TDECModule { Q_OBJECT |