diff options
author | Timothy Pearson <[email protected]> | 2013-07-24 09:59:06 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-07-24 09:59:06 -0500 |
commit | 24857cad8e92c27bc7d7377549ae887adbeccc58 (patch) | |
tree | e8aa2577506c17c68286ec1b65ae31b89ea0556b /src/ksensors.h | |
parent | ea3a9effca9bebfe18bfb7546da619ecbbb121f3 (diff) | |
download | ksensors-24857cad8e92c27bc7d7377549ae887adbeccc58.tar.gz ksensors-24857cad8e92c27bc7d7377549ae887adbeccc58.zip |
Convert to TDE R14 API
Diffstat (limited to 'src/ksensors.h')
-rw-r--r-- | src/ksensors.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ksensors.h b/src/ksensors.h index 16dbc7f..bbe85aa 100644 --- a/src/ksensors.h +++ b/src/ksensors.h @@ -9,14 +9,14 @@ #include <config.h> #endif -#include <kmainwindow.h> +#include <tdemainwindow.h> /** * @short Application Main Window * @author noname <[email protected]> * @version 0.1 */ -class ksensors : public KMainWindow +class ksensors : public TDEMainWindow { Q_OBJECT public: |