mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-24 02:42:48 +00:00
10 lines
183 B
C
10 lines
183 B
C
// krazy:exclude=includes
|
|
// This is now called kpropertiesdialog.h
|
|
#ifndef KPROPSDIALOG_H
|
|
#define KPROPSDIALOG_H
|
|
|
|
#ifndef KDE_NO_COMPAT
|
|
#include <kpropertiesdialog.h>
|
|
#endif
|
|
|
|
#endif
|