problem with tutorial from KDE-women

Sergey Malov malov at optonline.net
Thu Nov 7 02:06:39 GMT 2002


Doesn't seems like this:
------------------------------
mini.h -------------------------------------------
#ifndef MINI_H
#define MINI_H

#ifdef HAVE_CONFIG_H
#include <config.h>
#endif

#include <kapp.h>
#include <qwidget.h>
#include <minidlg.h>
#include <qlineedit.h>
#include <qtextedit.h>
#include <qcombobox.h>

/** Mini is the base class of the project */
class Mini : public MiniDlg
{
  Q_OBJECT
  public:
    /** construtor */
    Mini(QWidget* parent=0, const char *name=0);
    /** destructor */
    ~Mini();
  public slots: // Public slots
  /** No descriptions */
    void slotCreateSig();
};

#endif
----------------------------------------------------------------

I suspect that moc wasn't used on mini.h. However, moc was used on
minidlg.h, as it's seen from my first post.
Should I make special setting in KDevelop for this? Where? I'm not so
familiar with autoconfig and automake, and hoped that using KDevelop will
save me from learning it at least initially.

Sergey

----- Original Message -----
From: "Timo A. Hummel" <timo.hummel at gmx.net>
To: <kdevelop at kdevelop.org>
Sent: Wednesday, November 06, 2002 7:58 PM
Subject: Re: problem with tutorial from KDE-women


> Hi,
>
> > mini.h:34: parse error before `{'
>
> As the message says: There's some error before the { on line 34. Maybe
> some missing include, invalid keyword, ascii garbage?
>
> The other errors are consequences of this.
>
> Cheers,
> Timo



-
to unsubscribe from this list send an email to kdevelop-request at kdevelop.org with the following body:
unsubscribe »your-email-address«



More information about the KDevelop mailing list