Bug in Kdevelop 0.4 ( yesterdays snapshot )

Herwin Jan Steehouwer herwinjs at palet.nl
Tue Jun 1 20:19:34 BST 1999


oops forgot the .cpp file

very simpel start of a new version of KXicq..

HJ

Herwin Jan Steehouwer
  herwinjs at palet.nl                 http://www.caiw.nl/~herwinjs
  steehouwer at kde.org              KDE developer http://www.kde.org 
-------------- next part --------------
/***************************************************************************
                          kxmainwindow.cpp  -  description                              
                             -------------------                                         
    begin                : Tue Jun 1 1999                                           
    copyright            : (C) 1999 by Herwin Jan Steehouwer                         
    email                : steehouwer at kde.org                                     
 ***************************************************************************/

/***************************************************************************
 *                                                                         *
 *   This program is free software; you can redistribute it and/or modify  *
 *   it under the terms of the GNU General Public License as published by  *
 *   the Free Software Foundation; either version 2 of the License, or     *
 *   (at your option) any later version.                                   * 
 *                                                                         *
 ***************************************************************************/


#include "kxmainwindow.h"

kxMainWindow::kxMainWindow(const char* name):KTopLevelWidget(name)
{
	vMainWindow=(kxMainWindow *)this;
}
kxMainWindow::~kxMainWindow(){
}


/** Get the pointer to the MainWindow */
kxMainWindow kxMainWindow::*getMainWindow()
{
	return vMainWindow;
}



More information about the KDevelop mailing list