X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fqtui%2Fqtuiapplication.h;h=d4f8774ababf310609c156bf44065f23afe706d4;hb=d85397ae518ecbfbad66c8c8a74eee92d77656db;hp=9fb572ab20e106cd4072d7839a1975beb3b70865;hpb=034708a59ca1ee3195263a90941a2b145c520fef;p=quassel.git diff --git a/src/qtui/qtuiapplication.h b/src/qtui/qtuiapplication.h index 9fb572ab..d4f8774a 100644 --- a/src/qtui/qtuiapplication.h +++ b/src/qtui/qtuiapplication.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-08 by the Quassel IRC Team * + * Copyright (C) 2005-09 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -21,7 +21,12 @@ #ifndef QTUIAPPLICATION_H_ #define QTUIAPPLICATION_H_ -#include +#ifdef HAVE_KDE +# include +#else +# include +#endif + #include #include "quassel.h" @@ -29,7 +34,12 @@ class QtUi; +#ifdef HAVE_KDE +class QtUiApplication : public KApplication, public Quassel { +#else class QtUiApplication : public QApplication, public Quassel { +#endif + Q_OBJECT public: