mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-03-01 13:22:51 +00:00
14 lines
137 B
C
14 lines
137 B
C
![]() |
#ifndef MAIN_H
|
||
|
#define MAIN_H
|
||
|
|
||
|
#include <KMainWindow>
|
||
|
|
||
|
class Window : public KMainWindow
|
||
|
{
|
||
|
Q_OBJECT
|
||
|
public:
|
||
|
Window();
|
||
|
};
|
||
|
|
||
|
#endif
|